██    ██ ██    ██  ██████  ██  ██████  ██    ██ ███████ ██████  ██    ██ 
     ██  ██  ██    ██ ██       ██ ██    ██ ██    ██ ██      ██   ██  ██  ██  
      ████   ██    ██ ██   ███ ██ ██    ██ ██    ██ █████   ██████    ████   
       ██    ██    ██ ██    ██ ██ ██ ▄▄ ██ ██    ██ ██      ██   ██    ██    
       ██     ██████   ██████  ██  ██████   ██████  ███████ ██   ██    ██    
                                      ▀▀                                     
    
Sets - Execution started 01/11/2023 23:05 UTC
By Guilherme Ruiz

Table of Contents¶

  • 1  Data aquisition
    • 1.1  Fetch set lists
    • 1.2  Fetch set properties
    • 1.3  Merge data
    • 1.4  Save data
  • 3  Check changes
    • 3.1  Load previous data
    • 3.2  Generate changelog
  • 4  Data visualization
    • 4.1  Full data
    • 4.2  Set
    • 4.3  Card number
    • 4.4  Name
    • 4.5  Rarity
      • 4.5.1  By unique
      • 4.5.2  By combination
    • 4.6  Print
    • 4.7  Quantity
    • 4.8  Region
    • 4.9  Cover card
    • 4.10  Series
    • 4.11  Set type
    • 4.12  Release
      • 4.12.1  By year
      • 4.12.2  By month
      • 4.12.3  By day
      • 4.12.4  By region
      • 4.12.5  By series
      • 4.12.6  By set type
  • 5  Debug
    • 5.1  Has nan name/number
    • 5.2  Has nan rarity
    • 5.3  Has quantity as print
    • 5.4  Has nan release
    • 5.5  Has print as rarity
    • 5.6  Merge failed
  • 6  Epilogue
    • 6.1  HTML export

Data aquisition¶

Fetch set lists¶

Downloading list of 'Set Card Lists' pages
  0%|          | 0/159 [00:00<?, ?it/s]
6965 set lists received - 0 missing

Fetch set properties¶

  0%|          | 0/173 [00:00<?, ?it/s]
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
/home/jovyan/yugiquery/source/yugiquery.py:2278: FutureWarning: The behavior of DataFrame concatenation with empty or all-NA entries is deprecated. In a future version, this will no longer exclude empty or all-NA columns when determining the result dtypes. To retain the old behavior, exclude the relevant entries before the concat operation.
  set_info_df = pd.concat([set_info_df, formatted_df])
2589 set properties received - 0 errors

Merge data¶

Set properties merged

Check changes¶

Load previous data¶

File loaded

Generate changelog¶

Name Rarity Print Modification date Cover card Version
Card number
23RC-SC023 <NA> NaN <NA> 2023-10-30 02:48:17 NaN Old
23RC-SC023 Parallel eXceed (QCScR,) Reprint 2023-10-31 15:54:16 NaN New
23RC-SC044 <NA> NaN <NA> 2023-10-30 02:48:17 NaN Old
23RC-SC044 Primathmech Alembertian (QCScR,) Reprint 2023-10-31 15:54:16 NaN New
23RC-SC046 <NA> NaN <NA> 2023-10-30 02:48:17 NaN Old
... ... ... ... ... ... ...
SSD2-AE020 Sakuretsu Armor (Common,) <NA> 2023-09-19 05:59:02 (Brionac, Dragon of the Ice Barrier,) Old
SSD2-AE020 Sakuretsu Armor (Common,) Reprint 2023-10-30 17:16:16 (Brionac, Dragon of the Ice Barrier,) New
SSD2-AE021 Brionac, Dragon of the Ice Barrier (Common,) <NA> 2023-09-19 05:59:02 (Brionac, Dragon of the Ice Barrier,) Old
SSD2-AE021 Brionac, Dragon of the Ice Barrier (Common,) New 2023-10-30 17:16:16 (Brionac, Dragon of the Ice Barrier,) New
YSD3-JP010 Sonic Chick (Normal Parallel Rare,) <NA> 2023-10-31 17:37:44 NaN New

273 rows × 6 columns

Changelog saved

Save data¶

Data saved

Data visualization¶

Full data¶

Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
0 2-Player Starter Deck: Yuya & Declan YS15-ENY00 Odd-Eyes Saber Dragon (Ultra Rare,) <NA> <NA> EU https://yugipedia.com/wiki/Set_Card_Lists:2-Pl... 2023-04-22 18:25:49 2015-05-28 <NA> Starter Deck (D/D/D Dragon King Pendragon, Odd-Eyes Saber D...
1 2-Player Starter Deck: Yuya & Declan YS15-ENY01 Alexandrite Dragon (Common,) <NA> <NA> EU https://yugipedia.com/wiki/Set_Card_Lists:2-Pl... 2023-04-22 18:25:49 2015-05-28 <NA> Starter Deck (D/D/D Dragon King Pendragon, Odd-Eyes Saber D...
2 2-Player Starter Deck: Yuya & Declan YS15-ENY02 Mystical Elf (Common,) <NA> <NA> EU https://yugipedia.com/wiki/Set_Card_Lists:2-Pl... 2023-04-22 18:25:49 2015-05-28 <NA> Starter Deck (D/D/D Dragon King Pendragon, Odd-Eyes Saber D...
3 2-Player Starter Deck: Yuya & Declan YS15-ENY03 Odd-Eyes Dragon (Common,) <NA> <NA> EU https://yugipedia.com/wiki/Set_Card_Lists:2-Pl... 2023-04-22 18:25:49 2015-05-28 <NA> Starter Deck (D/D/D Dragon King Pendragon, Odd-Eyes Saber D...
4 2-Player Starter Deck: Yuya & Declan YS15-ENY04 Cyber Dragon (Common,) <NA> <NA> EU https://yugipedia.com/wiki/Set_Card_Lists:2-Pl... 2023-04-22 18:25:49 2015-05-28 <NA> Starter Deck (D/D/D Dragon King Pendragon, Odd-Eyes Saber D...
... ... ... ... ... ... ... ... ... ... ... ... ... ...
235230 Z-one Boss Duel Deck BD-JP028 Z-ONE/Monster D (Common,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Z-on... 2023-03-15 01:58:06 2014-07-19 <NA> Boss Duel Deck NaN
235231 Z-one Boss Duel Deck BD-JP029 Z-ONE/Monster E (Common,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Z-on... 2023-03-15 01:58:06 2014-07-19 <NA> Boss Duel Deck NaN
235232 Z-one Boss Duel Deck BD-JP030 Z-ONE/Trap A (Common,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Z-on... 2023-03-15 01:58:06 2014-07-19 <NA> Boss Duel Deck NaN
235233 Z-one Boss Duel Deck BD-JP031 Z-ONE/Trap B (Common,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Z-on... 2023-03-15 01:58:06 2014-07-19 <NA> Boss Duel Deck NaN
235234 Z-one Boss Duel Deck BD-JP032 Z-ONE/Trap C (Common,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Z-on... 2023-03-15 01:58:06 2014-07-19 <NA> Boss Duel Deck NaN

235235 rows × 13 columns

Full data available here

Set¶

Total number of sets: 2589
Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
Set
"Amabie-San" Present Campaign 2 1 1 0 0 1 1 1 1 0 1 0
"Blue-Eyes White Dragon Rush Rare Special Red Version" GET Campaign 2 1 1 0 0 2 2 2 2 0 1 0
"Blue-Eyes White Dragon Secret Rare Special Blue Version" GET Campaign 1 1 1 0 0 1 1 1 1 0 1 0
"Blue-Eyes White Dragon" 20th Anniversary Gold Edition 0 1 1 0 0 1 1 1 1 0 1 0
"Blue-Eyes White Dragon" 20th Anniversary Silver Edition 0 1 1 0 0 1 1 1 1 0 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
Yugi's Legendary Decks 780 112 3 4 0 6 6 6 2 0 1 0
Yugi's Uncut Card Sheet promotion 8 9 1 0 0 1 1 1 1 0 1 0
Z-one Boss Duel Deck 8 8 1 0 0 1 1 1 1 0 1 0
Zexal Collection Tin 144 24 3 0 0 6 6 6 2 0 1 1
Zombie World Structure Deck 185 37 2 0 2 5 5 5 1 0 1 1

2589 rows × 12 columns

Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
count 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000 2589.000000
mean 89.003862 24.097721 2.245268 0.466976 0.084202 2.404403 2.404403 2.400154 1.366551 0.362688 0.969486 0.274623
std 211.816861 41.979618 2.145703 0.893136 0.429606 2.198038 2.198038 2.191864 0.896314 0.480869 0.172029 0.446411
min 0.000000 0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.000000
25% 1.000000 1.000000 1.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 1.000000 0.000000
50% 6.000000 4.000000 1.000000 0.000000 0.000000 1.000000 1.000000 1.000000 1.000000 0.000000 1.000000 0.000000
75% 65.000000 36.000000 3.000000 0.000000 0.000000 4.000000 4.000000 4.000000 2.000000 1.000000 1.000000 1.000000
max 1788.000000 307.000000 20.000000 6.000000 3.000000 12.000000 12.000000 12.000000 11.000000 1.000000 1.000000 1.000000

Card number¶

Total number of card numbers: 225105
Set Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
Card number
15AX-JP000 2 1 1 1 0 1 2 2 1 0 1 0
15AX-JPM01 1 1 1 1 0 1 1 1 1 0 1 0
15AX-JPM02 1 1 1 1 0 1 1 1 1 0 1 0
15AX-JPM03 1 1 1 1 0 1 1 1 1 0 1 0
15AX-JPM04 1 1 1 1 0 1 1 1 1 0 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
ZTIN-SP021 1 1 1 0 0 1 1 1 1 0 1 1
ZTIN-SPV01 1 1 1 0 0 1 1 1 1 0 1 1
ZTIN-SPV02 1 1 1 0 0 1 1 1 1 0 1 1
ZTIN-SPV03 1 1 1 0 0 1 1 1 1 0 1 1
<NA> 85 738 11 2 1 11 112 112 76 11 15 15

225106 rows × 12 columns

Name¶

Total number of card names: 14745
Set Card number Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
Name
"A Legendary Ocean" 1 1 0 0 0 1 1 1 1 0 1 1
"A" Cell Breeding Device 4 9 1 1 0 7 10 10 6 1 2 3
"A" Cell Incubator 2 8 1 2 0 7 8 8 6 1 1 2
"A" Cell Recombination Device 1 8 1 0 0 8 8 8 4 1 1 1
"A" Cell Scatter Burst 4 9 1 1 0 7 10 10 6 1 2 3
... ... ... ... ... ... ... ... ... ... ... ... ...
Zure, Knight of Dark World 11 37 1 3 1 10 38 36 17 2 5 6
Zuse the Wisdom Vassal 1 2 1 0 0 2 2 2 2 0 1 1
Zushin the Sleeping Giant 3 14 3 1 0 8 14 14 4 1 2 3
Zuttomozaurus 1 6 1 0 0 6 6 6 1 1 1 1
<NA> 19 312 7 3 0 10 31 31 20 5 5 9

14746 rows × 12 columns

Set Card number Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
count 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000 14745.000000
mean 4.231197 15.264429 2.533537 1.125263 0.152865 7.455544 15.706816 15.630722 7.346829 1.437911 1.757545 2.413089
std 4.783064 16.212674 1.936836 0.835315 0.390424 2.745700 16.089232 16.013272 7.725759 1.047871 1.159786 2.378161
min 1.000000 0.000000 0.000000 0.000000 0.000000 1.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.000000
25% 2.000000 8.000000 1.000000 1.000000 0.000000 7.000000 8.000000 8.000000 4.000000 1.000000 1.000000 1.000000
50% 3.000000 13.000000 2.000000 1.000000 0.000000 8.000000 13.000000 13.000000 5.000000 1.000000 1.000000 2.000000
75% 5.000000 18.000000 3.000000 2.000000 0.000000 9.000000 19.000000 19.000000 9.000000 2.000000 2.000000 3.000000
max 121.000000 477.000000 37.000000 6.000000 3.000000 15.000000 353.000000 353.000000 168.000000 13.000000 18.000000 56.000000

Rarity¶

Total number of rarities: 71

By unique¶

Set Card number Name Print Quantity Region Page URL Modification date Release Series Set type Cover card
Rarity
10000 Secret Rare 2 7 1 1 0 7 7 7 2 1 1 2
10000ScR 1 1 1 0 0 1 1 1 1 1 1 1
20th Secret Rare 26 210 205 3 0 1 26 26 22 3 5 9
20th Secret rare 1 2 2 0 0 1 1 1 1 0 1 0
Alternate Rare 1 20 4 0 0 5 5 5 1 1 1 1
... ... ... ... ... ... ... ... ... ... ... ... ...
Ultra Secret Rare 11 1 18 0 0 2 11 11 5 2 5 0
Ultra rare 52 139 79 0 0 8 105 104 70 4 9 3
c 1 1 1 1 1 1 1 1 1 0 1 1
description::(alternate artwork) 1 1 1 0 0 1 1 1 0 0 1 0
NaN 33 487 358 3 0 6 34 34 30 6 8 13

72 rows × 12 columns

No description has been provided for this image

By combination¶

Set Card number Name Print Quantity Region Page URL Modification date Release Series Set type Cover card
Rarity
(10000 Secret Rare,) 2 7 1 1 0 7 7 7 2 1 1 2
(10000ScR,) 1 1 1 0 0 1 1 1 1 1 1 1
(20th Secret Rare,) 12 26 23 1 0 1 12 12 11 2 3 1
(20th Secret rare,) 1 2 2 0 0 1 1 1 1 0 1 0
(Common, 20th Secret Rare) 1 1 1 0 0 1 1 1 1 0 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
(Ultra Secret Rare,) 11 1 18 0 0 2 11 11 5 2 5 0
(Ultra rare,) 52 139 79 0 0 8 105 104 70 4 9 3
(c,) 1 1 1 1 1 1 1 1 1 0 1 1
(description::(alternate artwork),) 1 1 1 0 0 1 1 1 0 0 1 0
NaN 33 487 358 3 0 6 34 34 30 6 8 13

214 rows × 12 columns

No description has been provided for this image

Print¶

Total number of prints: 18
Set Card number Name Rarity Quantity Region Page URL Modification date Release Series Set type Cover card
Print
European & Oceanian debut 1 6 6 1 0 1 1 1 1 0 1 0
European debut 16 150 150 4 0 1 16 16 16 1 2 1
Functional errata 3 9 4 3 0 7 8 8 3 1 2 2
International artwork 2 6 6 2 0 1 2 2 2 0 1 2
Japanese artwork 1 5 5 1 0 1 1 1 1 0 1 1
New 558 24660 8346 97 3 10 1006 999 546 29 20 317
New art 7 90 26 6 0 8 15 15 10 1 2 5
New artwork 24 108 43 14 0 8 45 45 30 7 7 13
New artwork (renamed) 1 3 3 1 0 1 1 1 1 0 1 0
North American debut 1 2 2 1 0 1 1 1 1 0 1 0
Oceanian debut 1 1 1 1 0 1 1 1 1 0 1 0
Reprint 551 34333 6851 79 3 10 1013 1004 537 30 20 311
Reprint (New Art) 3 6 5 3 0 2 3 3 3 1 1 1
Reprint (functional errata) 19 71 27 9 1 8 50 50 22 7 4 10
Reprint (new artwork) 1 1 1 1 0 1 1 1 1 0 1 1
Reprint (renamed) 4 82 78 6 0 5 8 8 4 2 2 1
Speed Duel debut 15 4016 1037 4 2 6 50 48 14 1 3 9
TCG legal debut 1 1 1 1 0 1 1 1 1 1 1 1
<NA> 2323 161954 13562 176 6 16 5271 4417 2108 62 43 424
No description has been provided for this image

Quantity¶

Total number of quantities: 6
Set Card number Name Rarity Print Region Page URL Modification date Release Series Set type Cover card
Quantity
1 98 14355 1895 12 4 11 391 388 151 2 8 71
15 1 2 2 1 0 1 1 1 1 0 1 1
2 96 1599 293 6 3 11 383 380 151 2 8 69
20 1 4 4 1 0 1 1 1 1 0 1 1
3 21 197 55 2 2 8 83 83 23 1 4 20
30 1 5 5 1 0 1 1 1 1 0 1 1
<NA> 2501 209031 14644 211 18 16 5879 5043 2270 65 42 492

Region¶

Total number of regions: 16
Set Card number Name Rarity Print Quantity Page URL Modification date Release Series Set type Cover card
Region
AE 45 2155 2006 14 2 2 45 45 38 2 7 25
AU 3 226 185 7 0 0 3 3 1 1 2 2
DE 657 29319 12386 68 8 3 657 639 532 19 22 306
EN 1003 30425 12664 75 16 3 1013 1013 806 37 26 307
EU 35 1042 870 9 0 0 35 35 28 2 10 9
FC 3 225 184 7 0 0 3 3 1 1 2 2
FR 650 28525 12370 69 8 3 650 631 528 22 22 304
IT 650 28758 12362 68 8 3 650 625 529 20 23 302
JA 6 203 203 8 0 0 6 6 6 1 2 3
JP 1456 27571 14305 148 8 3 1457 1338 993 33 33 389
KR 581 22156 13502 106 6 6 581 572 478 17 19 327
NA 70 2127 1796 10 0 2 70 70 62 5 11 17
PT 376 21018 10560 61 7 3 376 370 295 16 11 200
SC 77 4557 4218 36 2 2 77 77 50 7 5 44
SP 612 28021 12319 68 8 3 612 591 498 18 19 291
TC 1 0 2 1 0 0 1 1 0 0 0 0
Set Card number Name Rarity Print Quantity Page URL Modification date Release Series Set type Cover card
count 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000 16.000000
mean 389.062500 14145.500000 6870.750000 47.187500 4.562500 2.062500 389.750000 376.187500 302.812500 12.562500 13.375000 158.000000
std 435.759485 13499.639674 6002.367905 42.683672 4.732424 1.691892 436.867715 414.467243 324.790234 11.921794 10.164481 154.479772
min 1.000000 0.000000 2.000000 1.000000 0.000000 0.000000 1.000000 1.000000 0.000000 0.000000 0.000000 0.000000
25% 27.750000 838.000000 703.250000 8.750000 0.000000 0.000000 27.750000 27.750000 22.500000 1.750000 4.250000 7.500000
50% 226.500000 12787.500000 7389.000000 48.500000 4.000000 2.500000 226.500000 223.500000 178.500000 11.500000 11.000000 122.000000
75% 650.000000 28147.000000 12374.000000 68.250000 8.000000 3.000000 650.000000 626.500000 528.250000 19.250000 22.000000 304.500000
max 1456.000000 30425.000000 14305.000000 148.000000 16.000000 6.000000 1457.000000 1338.000000 993.000000 37.000000 33.000000 389.000000
No description has been provided for this image

Cover card¶

Total number of cover cards: 1007
Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type
Cover card
A-to-Z-Dragon Buster Cannon 1 352 54 4 2 2 8 8 8 4 0 1
Abyssal Dragon Lord Abyss Poseidra 1 120 46 6 3 0 2 2 2 2 0 1
Accel Synchro Stardust Dragon 2 502 97 8 3 0 8 8 8 3 0 1
Accesscode Talker 2 957 237 20 2 0 9 9 9 4 2 1
Adamancipator Risen - Dragite 2 495 60 4 2 0 9 9 8 5 0 1
... ... ... ... ... ... ... ... ... ... ... ... ...
Yubel - Das Ewig Liebe Wächter 1 81 81 7 0 0 1 1 1 1 1 1
Yubel - The Ultimate Nightmare 2 660 100 10 0 0 7 8 8 5 1 2
Z-Metal Tank 1 55 55 6 2 0 1 1 1 1 0 1
Zerrziel, Ruler of the Evil Eyed 2 450 60 4 2 0 8 8 8 3 0 1
Zeta Reticulant 1 4 4 1 0 0 1 1 1 1 1 1

1007 rows × 12 columns

No description has been provided for this image

Series¶

Total number of series: 65
Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Set type Cover card
Series
+1 Bonus Pack 5 194 99 3 0 0 2 10 10 10 1 0
Animation Chronicle 3 320 161 16 3 0 2 6 6 6 1 3
Astral Pack 7 1110 184 4 4 0 6 42 42 16 1 0
Attribute Duelist Pack 5 521 246 7 2 0 3 11 11 11 1 5
Battle Pack (Rush Duel) 11 110 110 3 3 0 1 11 11 11 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
Yu-Gi-Oh! GX manga promotional cards 9 19 9 3 0 0 3 19 19 17 1 0
Yu-Gi-Oh! R promotional cards 4 8 4 2 0 0 2 8 8 8 1 0
Yu-Gi-Oh! The Official Magazine promotional cards 1 1 1 1 0 0 1 1 1 0 1 0
Yu-Gi-Oh! World Championship prize cards 17 43 38 6 0 0 3 25 25 17 1 0
Yu-Gi-Oh! ZEXAL manga promotional cards 9 29 9 2 0 0 4 29 28 28 1 0

65 rows × 12 columns

No description has been provided for this image

Set type¶

Total number of set types: 44
Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Cover card
Set type
Beta set 1 107 106 1 0 2 1 1 1 1 0 0
Binder 2 150 148 1 2 0 2 2 2 2 0 0
Book promotional card 8 17 18 4 1 0 2 8 8 7 1 0
Book promotional cards 36 72 74 5 2 0 2 37 37 36 2 0
Booster pack 807 160592 14059 178 17 0 15 2447 2203 1140 30 331
Boss Duel Deck 3 24 24 1 0 0 1 3 3 2 0 0
Box Set 1 228 38 1 0 2 6 6 6 2 0 1
Bundle 9 11 11 3 0 0 1 9 9 7 1 0
Collectible tin 55 6146 1039 12 4 0 8 242 241 70 0 36
Collector Box 3 8 2 1 0 0 4 6 6 3 0 0
Collector's Set 32 17017 2604 22 5 3 8 140 137 39 3 19
Core Booster 1 660 100 9 0 0 7 7 7 4 0 1
Deluxe Edition 4 114 19 2 0 0 6 24 24 8 0 4
Demo Deck 6 519 83 1 2 0 7 31 31 13 0 1
Duel Disk 3 24 13 2 2 0 2 6 6 6 0 0
Duel Disk promotional cards 5 11 11 3 0 0 1 5 5 4 0 0
Duel Terminal 33 1846 711 6 2 0 2 33 33 30 0 10
Duelist League participation cards 10 56 16 2 0 0 7 44 44 10 0 0
Duelist Set 5 312 154 5 2 2 2 9 9 5 0 5
Enhancement Pack 23 313 190 9 2 0 3 45 45 42 0 14
Game Guide promotional card 2 2 2 1 0 0 1 2 2 2 0 0
Hobby League participation cards 40 83 43 3 0 0 5 80 80 38 0 0
Legendary Collections 1 3 3 1 0 0 1 1 1 1 0 0
Magazine promotional card 387 437 385 15 1 0 3 387 358 327 4 7
Magazine promotional cards 7 35 36 7 0 0 3 7 7 2 1 0
Main Deck 2 44 44 2 2 0 1 2 2 2 0 1
Manga promotional card 62 113 62 5 0 0 5 113 109 97 4 0
Participation card 75 551 131 8 2 0 9 355 343 85 4 0
Preconstructed Deck 22 1398 606 12 2 3 3 45 45 19 1 19
Premium Pack 11 112 130 7 0 0 1 11 11 11 0 4
Prize card 57 96 83 9 0 0 7 69 69 58 4 0
Prize cards 1 68 20 1 0 0 5 5 5 1 0 0
Promotional card 402 998 553 31 4 2 12 579 548 370 14 23
Promotional cards 34 346 106 12 3 0 10 81 81 42 1 1
Special Edition 112 1777 332 13 4 0 10 347 342 133 0 2
Starter Deck 57 10019 1021 14 3 6 14 222 222 83 0 36
Structure Deck 122 18886 2303 13 5 3 11 466 459 213 1 79
Template:Video game promotional cards 1 15 3 2 0 0 5 5 5 1 0 0
Tournament promotional card 2 1 5 2 0 0 1 2 2 2 0 0
V Jump mail orders 2 8 8 1 0 0 1 2 2 2 1 2
Vendor Edition 13 457 457 2 0 0 1 13 13 13 0 0
Video game promotional card 12 109 54 5 0 0 8 34 34 17 0 0
Video game promotional cards 1 3 3 1 2 0 1 1 1 1 0 0
Video games promotional card 38 437 105 11 2 0 9 152 152 67 0 0
No description has been provided for this image

Release¶

Total number of release dates: 2350
Set Card number Name Rarity Print Quantity Region Page URL Modification date Series Set type Cover card
Release
1999-02-04 1 0 40 4 0 0 1 1 1 1 1 1
1999-02-21 2 0 5 1 0 0 1 2 2 0 1 0
1999-03-01 1 0 40 2 2 0 1 1 1 1 1 0
1999-03-06 1 0 50 4 0 0 1 1 1 0 1 0
1999-03-18 2 0 51 4 2 0 1 2 2 0 2 0
... ... ... ... ... ... ... ... ... ... ... ... ...
2024-02-14 1 1 1 1 0 0 1 1 1 1 1 0
2024-02-22 1 1 3 0 0 0 1 1 1 1 1 0
2024-03-01 1 10 10 1 0 0 1 1 1 0 1 0
2024-04-01 1 2 7 1 2 0 1 1 1 0 1 0
NaT 119 2520 1220 32 2 0 12 245 243 6 15 9

2351 rows × 12 columns

By year¶

Set Card number Name Rarity Print Quantity Region Page URL Series Set type Cover card
Release
1999 41 0 781 71 16 0 27 41 14 31 4
2000 39 694 800 67 12 0 20 39 13 29 16
2001 33 523 525 62 14 4 26 33 12 28 13
2002 46 2631 2064 133 18 4 38 50 15 40 21
2003 83 5050 4147 224 18 0 77 100 25 65 41
2004 128 7612 5630 253 12 3 136 194 36 102 56
2005 110 8576 4465 198 33 27 152 201 37 92 48
2006 142 5959 3336 234 30 22 165 215 52 128 47
2007 153 6117 3527 310 24 20 221 260 66 138 62
2008 146 6330 3366 296 34 12 210 250 58 131 56
2009 141 5909 3422 335 20 18 203 227 48 132 62
2010 159 6471 3553 346 24 22 227 258 57 145 57
2011 170 7893 4486 360 38 18 242 274 58 157 59
2012 155 10512 5591 376 35 20 232 261 55 138 53
2013 167 10975 5273 377 39 24 237 291 67 144 73
2014 166 13092 5902 404 51 22 239 299 69 142 62
2015 140 10621 4622 353 44 12 229 252 65 129 55
2016 159 11565 5171 363 51 10 239 287 64 142 61
2017 150 12183 5006 345 56 20 258 290 68 138 60
2018 141 11926 4520 328 61 12 256 300 53 126 54
2019 170 14131 4998 366 83 16 311 402 63 147 58
2020 186 16293 5491 419 107 8 274 352 72 155 74
2021 220 14467 6280 504 106 9 254 333 85 175 89
2022 231 18446 7412 514 139 16 285 369 86 177 93
2023 248 19260 7782 581 125 9 276 399 80 174 85
2024 14 87 179 10 4 0 11 14 3 13 5
No description has been provided for this image

By month¶

No description has been provided for this image
No description has been provided for this image

By day¶

No description has been provided for this image
No description has been provided for this image

By region¶

Set Card number Name Rarity Print Quantity Page URL Modification date Series Set type Cover card
Region Release
AE 2001-06-04 1 0 2 1 0 0 1 1 0 0 0
2002-08-08 3 226 185 7 0 0 3 3 1 2 2
2002-10-24 2 248 248 6 0 0 2 2 1 1 2
2003-04-17 1 3 3 1 0 0 1 1 0 1 0
2003-04-24 1 105 105 6 0 0 1 1 1 1 1
... ... ... ... ... ... ... ... ... ... ... ... ...
SP 2023-09-06 1 35 35 3 0 0 1 1 1 1 0
2023-09-07 2 299 299 6 2 0 2 2 0 2 1
2023-09-21 1 50 50 3 2 0 1 1 0 1 1
2023-10-14 1 1 1 1 0 0 1 1 0 1 0
2023-10-19 1 101 101 5 0 0 1 1 1 1 1

4845 rows × 11 columns

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Region
AE 0 0 1 5 6 5 4 5 2 1 4 1 1 1 1 1 1 0 0 0 0 0 0 0 4 0
AU 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DE 0 0 0 0 10 24 25 23 34 30 27 31 33 31 31 34 27 31 34 35 49 33 23 28 31 0
EN 0 0 2 5 5 24 41 60 56 50 38 48 50 52 47 49 41 43 42 41 59 53 43 44 50 5
EU 0 0 0 3 8 6 0 2 0 2 1 3 0 0 0 2 2 2 0 0 0 0 0 0 0 0
FC 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FR 0 0 0 0 9 23 25 23 35 30 27 30 30 31 33 32 27 31 32 34 49 34 23 28 30 0
IT 0 0 0 0 8 22 24 23 34 30 27 31 31 31 31 32 27 31 34 34 49 33 24 28 30 0
JA 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 3 0
JP 41 39 30 24 21 35 39 46 50 52 48 57 56 51 56 60 49 65 53 62 68 83 107 112 120 9
KR 0 0 0 0 3 12 12 15 21 29 28 25 43 32 33 24 22 24 25 24 31 32 52 53 38 0
NA 0 0 0 13 19 7 0 3 2 1 3 2 1 0 0 2 3 0 6 5 1 0 0 0 0 0
PT 0 0 0 0 0 13 8 0 0 0 0 0 0 1 28 28 26 29 31 33 47 29 24 28 31 0
SC 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 14 20 31 0
SP 0 0 0 0 5 23 23 15 26 25 24 30 29 31 31 32 27 31 33 32 49 33 23 28 30 0
No description has been provided for this image
No description has been provided for this image

By series¶

Set Card number Name Rarity Print Quantity Region Page URL Modification date Set type Cover card
Series Release
+1 Bonus Pack 2020-04-18 1 19 19 3 0 0 1 1 1 1 0
2020-07-29 1 19 19 3 0 0 1 1 1 1 0
2020-08-08 1 19 19 3 0 0 1 1 1 1 0
2020-11-10 1 20 20 3 0 0 1 1 1 1 0
2021-01-16 1 19 19 3 0 0 1 1 1 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
Yu-Gi-Oh! ZEXAL manga promotional cards 2015-09-01 1 1 1 1 0 0 1 1 1 1 0
2015-10-03 1 1 1 1 0 0 1 1 1 1 0
2015-12-18 1 1 1 1 0 0 1 1 1 1 0
2016-03-01 1 1 1 1 0 0 1 1 1 1 0
2016-09-06 1 1 1 1 0 0 1 1 1 1 0

1321 rows × 11 columns

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Series
+1 Bonus Pack 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 6 0 0 0
Animation Chronicle 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 0
Astral Pack 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 8 3 0 0 0 0 0 0 0 0 0
Attribute Duelist Pack 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 3 4 2 0
Battle Pack (Rush Duel) 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 4 4 0
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
Yu-Gi-Oh! Day promotional cards 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 3 2 2 0 1 0 0 0 0 0
Yu-Gi-Oh! GX manga promotional cards 0 0 0 0 0 0 0 1 2 3 3 4 3 2 0 0 0 0 0 0 0 0 0 0 0 0
Yu-Gi-Oh! R promotional cards 0 0 0 0 0 0 1 1 1 1 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Yu-Gi-Oh! World Championship prize cards 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 0
Yu-Gi-Oh! ZEXAL manga promotional cards 0 0 0 0 0 0 0 0 0 0 0 0 1 6 7 6 7 2 0 0 0 0 0 0 0 0

63 rows × 26 columns

No description has been provided for this image
No description has been provided for this image

By set type¶

Set Card number Name Rarity Print Quantity Region Page URL Modification date Series Cover card
Set type Release
Beta set 2017-10-04 1 107 106 1 0 2 1 1 1 0 0
Binder 2015-04-29 1 3 3 1 0 0 1 1 1 0 0
2021-04-28 1 147 147 1 2 0 1 1 1 0 0
Book promotional card 2004-12-18 1 1 2 1 0 0 1 1 1 0 0
2014-04-04 1 1 1 1 0 0 1 1 1 1 0
... ... ... ... ... ... ... ... ... ... ... ... ...
Video games promotional card 2011-04-28 1 7 7 1 0 0 1 1 1 0 0
2011-05-10 1 3 3 1 0 0 1 1 1 0 0
2013-12-05 1 3 3 1 0 0 1 1 1 0 0
2014-06-26 1 15 3 2 0 0 5 5 5 0 0
2016-07-16 1 1 1 1 0 0 1 1 1 0 0

3018 rows × 11 columns

Release 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024
Set type
Beta set 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0
Binder 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0
Book promotional card 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 0 0 0
Book promotional cards 1 3 0 3 1 2 1 1 1 2 1 1 2 1 3 2 2 1 2 1 1 2 1 1 1 0
Booster pack 16 19 10 21 38 51 37 39 50 52 45 54 62 58 69 75 54 61 59 57 65 66 92 96 118 5
Boss Duel Deck 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0
Box Set 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0
Bundle 0 0 0 0 0 0 0 0 0 0 0 0 1 2 4 1 1 0 0 0 0 0 0 0 0 0
Collectible tin 0 0 0 1 2 2 2 3 3 7 10 6 5 6 8 2 2 2 2 1 2 1 1 1 1 0
Collector Box 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0
Collector's Set 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 2 4 7 4 10 4 2
Core Booster 0 0 0 0 0 0 0 0 0 0 4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Deluxe Edition 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 6 0 0 0 0 0 0 0 0 0 0
Demo Deck 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 2 2 0 3 2 1 2 0 0 0
Duel Disk 0 0 0 0 0 0 1 2 1 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Duel Disk promotional cards 0 0 0 0 0 0 1 1 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Duel Terminal 0 0 0 0 0 0 0 0 0 5 4 7 6 9 2 0 0 0 0 0 0 0 0 0 0 0
Duelist League participation cards 0 0 0 0 4 4 2 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Duelist Set 0 0 0 0 0 0 0 0 0 0 0 0 0 3 5 1 0 0 0 0 0 0 0 0 0 0
Enhancement Pack 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 1 2 13 10 9 8 0
Game Guide promotional card 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Hobby League participation cards 0 0 0 0 0 2 1 13 12 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Legendary Collections 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Magazine promotional card 3 1 7 3 1 4 12 11 12 16 12 19 13 16 16 16 19 24 22 22 19 21 21 25 24 0
Magazine promotional cards 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Main Deck 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Manga promotional card 0 0 0 1 0 2 1 4 3 4 4 9 6 11 11 9 10 6 4 4 3 3 4 6 5 0
Participation card 1 1 0 0 0 1 4 8 9 8 6 5 4 5 4 4 4 5 6 5 5 1 0 0 0 0
Preconstructed Deck 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 2 5 5 0 14 14 2 0
Premium Pack 2 0 1 0 0 1 0 0 2 0 0 1 1 0 0 0 0 1 0 0 1 1 0 0 0 0
Prize card 0 0 2 0 0 2 2 4 4 2 2 2 3 2 2 2 2 2 2 2 3 2 5 6 6 0
Prize cards 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Promotional card 5 4 6 4 4 4 5 12 11 7 9 16 29 8 5 11 10 18 15 10 32 37 51 52 65 4
Promotional cards 3 0 1 2 6 7 3 2 0 3 1 4 3 1 3 2 1 0 0 1 1 0 0 0 0 0
Special Edition 0 0 0 0 2 3 6 12 12 12 14 9 9 13 5 3 7 10 11 6 4 2 0 0 0 0
Starter Deck 3 1 0 6 14 18 2 1 4 2 5 4 3 4 8 4 7 4 4 3 5 12 3 0 0 1
Structure Deck 0 0 2 2 3 3 14 11 9 7 9 9 9 9 8 11 13 18 15 10 12 16 11 11 14 2
Template:Video game promotional cards 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0
Tournament promotional card 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
V Jump mail orders 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Vendor Edition 0 0 0 0 0 4 4 4 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Video game promotional card 1 4 1 0 0 0 0 0 5 0 3 4 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Video game promotional cards 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Video games promotional card 0 5 2 2 6 11 8 10 10 4 7 5 4 0 1 1 0 1 0 0 0 0 0 0 0 0
No description has been provided for this image
No description has been provided for this image

Debug¶

This section is used for debugging the extraction of data from MediaWiki query responses

Has nan name/number¶

Set Card number Name Rarity Print Quantity Region Page URL Modification date Release Series Set type Cover card
69801 Duel Overload <NA> Blue-Eyes White Dragon (Common,) <NA> <NA> IT https://yugipedia.com/wiki/Set_Card_Lists:Duel... 2023-09-17 13:48:15 2020-03-19 <NA> Collector's Set (Crystron Halqifibrax, Ferocious Flame Swordsm...
69802 Duel Overload <NA> Cyber Dragon Infinity (Common,) <NA> <NA> IT https://yugipedia.com/wiki/Set_Card_Lists:Duel... 2023-09-17 13:48:15 2020-03-19 <NA> Collector's Set (Crystron Halqifibrax, Ferocious Flame Swordsm...
69803 Duel Overload <NA> Dark Magician Girl (Common,) <NA> <NA> IT https://yugipedia.com/wiki/Set_Card_Lists:Duel... 2023-09-17 13:48:15 2020-03-19 <NA> Collector's Set (Crystron Halqifibrax, Ferocious Flame Swordsm...
69804 Duel Overload <NA> Stardust Dragon (Common,) <NA> <NA> IT https://yugipedia.com/wiki/Set_Card_Lists:Duel... 2023-09-17 13:48:15 2020-03-19 <NA> Collector's Set (Crystron Halqifibrax, Ferocious Flame Swordsm...
69805 Duel Overload <NA> The Dark Magicians (Common,) <NA> <NA> IT https://yugipedia.com/wiki/Set_Card_Lists:Duel... 2023-09-17 13:48:15 2020-03-19 <NA> Collector's Set (Crystron Halqifibrax, Ferocious Flame Swordsm...
... ... ... ... ... ... ... ... ... ... ... ... ... ...
235193 Yu-Gi-Oh! True Duel Monsters: Sealed Memories ... <NA> Harpie's Pet Dragon (Ultra Rare,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Yu-G... 2023-04-28 12:07:56 1999-12-09 <NA> Video game promotional card NaN
235194 Yu-Gi-Oh! True Duel Monsters: Sealed Memories ... <NA> Metalmorph (Ultra Rare,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Yu-G... 2023-04-28 12:07:56 1999-12-09 <NA> Video game promotional card NaN
235195 Yu-Gi-Oh! True Duel Monsters: Sealed Memories ... <NA> Metalzoa (Secret Rare,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Yu-G... 2023-04-28 12:07:56 1999-12-09 <NA> Video game promotional card NaN
235196 Yu-Gi-Oh! True Duel Monsters: Sealed Memories ... <NA> Red-Eyes Black Metal Dragon (Secret Rare,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Yu-G... 2023-04-28 12:07:56 1999-12-09 <NA> Video game promotional card NaN
235197 Yu-Gi-Oh! True Duel Monsters: Sealed Memories ... <NA> Zoa (Ultra Rare,) <NA> <NA> JP https://yugipedia.com/wiki/Set_Card_Lists:Yu-G... 2023-04-28 12:07:56 1999-12-09 <NA> Video game promotional card NaN

1396 rows × 13 columns

Has nan rarity¶

array(['Dark Beginning 2', 'Dark Revelation Volume 1',
       'Dark Revelation Volume 2', 'Structure Deck: Wave of Light',
       'Dark Beginning 1', '2-Player Starter Set',
       'Battles of Legend: Chapter 1',
       'Masterpiece Series: Platinum Blue-Eyes White Dragon',
       'Masterpiece Series: Platinum Dark Magician', 'Maze of Millennia',
       'Structure Deck: Fire Kings', 'Deck Build Pack: Ancient Guardians',
       'Deck Build Pack: Tactical Masters',
       'Rarity Collection Quarter Century Edition',
       'Structure Deck: Alba Strike',
       'Structure Deck: Soulburner Extra Deck Enhancement Pack',
       'Structure Deck: Illusion of the Dark Magicians',
       'Structure Deck: Rise of the Blue-Eyes',
       'Advanced Event Pack 2013 Vol.2', 'Advanced Event Pack 2014 Vol.1',
       'Deck Mod Pack: Double Star of the Assault!!',
       'Structure Deck: Master Link',
       'Advanced Tournament Pack 2013 Vol.3',
       'Advanced Tournament Pack 2013 Vol.4',
       'Advanced Tournament Pack 2016 Vol.1', 'High-Grade Collection',
       'Jump novel lottery prize card', 'Premium Pack 2024',
       'Red Reboot of Darkness', 'The Valuable Book 3 promotional cards',
       'The Valuable Book character cards', 'Transamu of Transcendence',
       'V Jump April 2013 Tokens'], dtype=object)

Has nan release¶

array(['Duelist League Series 1 participation cards',
       "Yu-Gi-Oh! 5D's Wheelie Breakers promotional cards",
       "Yu-Gi-Oh! 5D's World Championship 2011: Over the Nexus promotional cards",
       'Yu-Gi-Oh! Double Pack promotional cards',
       'Yu-Gi-Oh! Power of Chaos: Kaiba the Revenge promotional cards',
       "Yu-Gi-Oh! Power of Chaos: Yugi the Destiny Limited Collector's Edition",
       'Duelist League Series 2 participation cards',
       '2013 Collectible Tins',
       'Ancient Prophecy Sneak Peek Participation Card',
       'Astral Pack One', 'Astral Pack Two', 'Collectible Tins 2006',
       'Collectible Tins 2007', 'Collectible Tins 2008',
       'Collectible Tins 2008 Wave 2', 'Collectible Tins 2009',
       'Collectible Tins 2010', 'Collectible Tins 2011',
       'Collectible Tins 2012', 'Demo Pack',
       'Dimension of Chaos Sneak Peek Participation Card',
       'Duelist League 18 participation cards',
       'Duelist League Demo 2010',
       'Eternity Code Premiere! promotional card',
       'Hobby League 6 participation card A',
       'Hobby League 6 participation card B',
       'Hobby League 6 participation card C',
       'Hobby League 6 participation card D',
       'Hobby League 6 participation card E',
       'Hobby League 6 participation card F',
       'Hobby League 7 participation card A',
       'Hobby League 7 participation card B',
       'Hobby League 7 participation card C',
       'Hobby League 7 participation card D',
       'Hobby League participation cards',
       'Invasion: Vengeance Sneak Peek Participation Card',
       'Legacy of the Valiant Sneak Peek Participation Card',
       'Maximum Crisis Sneak Peek Participation Card',
       'Rise of Destiny: Special Edition',
       'Secrets of Eternity Sneak Peek Participation Card',
       'Shadow Specters Sneak Peek Participation Card',
       'Sneak Peek Participation Cards: Series 3',
       'Sneak Peek Participation Cards: Series 4',
       'Sneak Peek Participation Cards: Series 5',
       'Sneak Peek Participation Cards: Series 6',
       'Sneak Peek Participation Cards', 'Speed Duel Demo Deck',
       'The Lost Millennium: Special Edition',
       'The New Challengers Sneak Peek Participation Card',
       'Tournament Pack 6',
       'Yu-Gi-Oh! The Movie Ani-Manga promotional card',
       'Yu-Gi-Oh! The Official Magazine Issue 1 promotional card',
       'Yu-Gi-Oh! The Official Magazine Issue 2 promotional card',
       'Yu-Gi-Oh! The Official Magazine promotional cards',
       'Banzai! promotional cards', 'Collectible Tins 2005',
       "Yu-Gi-Oh! 5D's Volume 1 promotional card",
       'Yu-Gi-Oh! GX Volume 4 promotional card',
       'Duel Disk - Yusei Version', 'Judge promotional cards',
       'Shonen Jump August 2008 subscription bonus',
       'Shonen Jump Championship Series Prize Cards',
       'Shonen Jump December 2010 subscription bonus',
       'Shonen Jump June/July 2011 subscription bonus',
       'Shonen Jump May 2006 subscription bonus',
       'Shonen Jump May 2008 subscription bonus',
       'Shonen Jump May 2010 subscription bonus',
       'Shonen Jump Scholastic Edition Vol. 9, Issue 1 promotional card',
       'Shonen Jump Vol. 10, Issue 1 promotional card',
       'Shonen Jump Vol. 10, Issue 3 promotional card',
       'Shonen Jump Vol. 10, Issue 4 promotional card',
       'Shonen Jump Vol. 4, Issue 11 promotional card',
       'Shonen Jump Vol. 4, Issue 12 promotional card',
       'Shonen Jump Vol. 5, Issue 1 promotional card',
       'Shonen Jump Vol. 5, Issue 6 promotional card',
       'Shonen Jump Vol. 6, Issue 1 promotional card',
       'Shonen Jump Vol. 6, Issue 5 promotional card',
       'Shonen Jump Vol. 6, Issue 9 promotional card',
       'Shonen Jump Vol. 7, Issue 11 promotional card',
       'Shonen Jump Vol. 7, Issue 3 promotional card',
       'Shonen Jump Vol. 7, Issue 6 promotional card',
       'Shonen Jump Vol. 7, Issue 9 promotional card',
       'Shonen Jump Vol. 9, Issue 10 promotional card',
       'Shonen Jump Vol. 9, Issue 1 promotional card',
       'Shonen Jump Vol. 9, Issue 6 promotional card',
       'Shonen Jump Vol. 9, Issue 8 promotional card',
       'Shonen Jump promotional cards',
       'Sneak Peek Participation Cards: Series 1',
       'Sneak Peek Participation Cards: Series 2',
       'Top Ranked COSSY Duelists promotional cards', 'Ultimate Edition',
       "Yu-Gi-Oh! 5D's manga promotional cards",
       'Yu-Gi-Oh! ARC-V manga promotional cards',
       'Yu-Gi-Oh! Championship Series Prize Cards',
       'Yu-Gi-Oh! Day promotional cards',
       'Yu-Gi-Oh! GX manga promotional cards',
       'Yu-Gi-Oh! Japanese World Championship Qualifier 2015 participation card',
       'Yu-Gi-Oh! R promotional cards',
       'Yu-Gi-Oh! World Championship prize cards',
       'Yu-Gi-Oh! ZEXAL manga promotional cards',
       'Yu-Gi-Oh! the Movie VHS and DVD promotional cards',
       'Legend Collection', 'The Valuable Book promotional cards',
       'Token Pack', '20th Anniversary Legend Collection',
       'Chinese Weekly Shōnen Jump lottery prize cards',
       'Continuous Token Gifts Promotional Cards',
       'Limited Edition (series)',
       'Master Guide promotional cards (series)',
       'Perfect Rulebook promotional cards',
       'Saikyō Jump promotional cards', 'Terminal World',
       'The Valuable Book character cards', 'V Jump Edition (series)',
       'V Jump promotional cards', 'Vendor Edition',
       'Weekly Shōnen Jump promotional cards',
       'Yu-Gi-Oh! ARC-V The Strongest Duelist Yuya!! promotional cards',
       'Yu-Gi-Oh! SEVENS Luke! Explosive Supremacy Legend!! promotional cards'],
      dtype=object)

Epilogue¶

Execution completed 01/11/2023 23:17 UTC

HTML export¶

Notebook saved to disk